DrawStyle
This property returns and sets a value that determines the line style for output from a graphics method in the imaG window when working in DRAW mode.
Syntax: | imaG.DrawStyle = drawstyle (constant) |
Constants: | vbSolid = 0 ; vbDash = 1 |
Default Value: 0 vbSolid
This is a standard Microsoft Visual Basic property.
The constant meaning is described in the Microsoft Visual Basic Help.
See also DrawCircle , DrawLine , DrawMode, DrawPoint , DrawString , DrawWidth